diff options
| author | real-zephex <[email protected]> | 2024-04-26 10:59:14 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-26 10:59:14 +0530 |
| commit | 8b3554a8a480c52158bc117b50dd4cf690227b93 (patch) | |
| tree | 8ff31fdc9924848fab8cb54623a68023440d6550 /src/app/manga/[title]/[id]/[read]/page.jsx | |
| parent | fixes: changed the manga.svg to manga.png (diff) | |
| download | dramalama-8b3554a8a480c52158bc117b50dd4cf690227b93.tar.xz dramalama-8b3554a8a480c52158bc117b50dd4cf690227b93.zip | |
UI tweaks for the manga page
Diffstat (limited to 'src/app/manga/[title]/[id]/[read]/page.jsx')
| -rw-r--r-- | src/app/manga/[title]/[id]/[read]/page.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/manga/[title]/[id]/[read]/page.jsx b/src/app/manga/[title]/[id]/[read]/page.jsx index 957241f..01080bf 100644 --- a/src/app/manga/[title]/[id]/[read]/page.jsx +++ b/src/app/manga/[title]/[id]/[read]/page.jsx @@ -42,7 +42,7 @@ export default async function Read({ params }) { quality={100}
unoptimized
/>
- <p>{index + 1}</p>
+ <p>Page: {index + 1}</p>
</div>
))}
</div>
|